home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
the-kitchen-of-doom.swf
/
scripts
/
DefineSprite_1104
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-03-14
|
585b
|
32 lines
stop();
score = _root.currentScore;
hiscoreTable = "ENVKitchenOfDoom";
hiscoreTableID = "78";
p = "";
s = "";
if(_parent.scoreMode == 0)
{
gotoAndStop("ViewHiscores");
play();
}
Selection.setFocus("playerName");
hsOKButtonInst.onRelease = function()
{
_global.sfxUI.start();
if(playerName.text != "")
{
scoreMode = 1;
scoreEntry = score;
nameEntry = playerName.text;
gotoAndStop("ViewHiscores");
play();
}
};
onEnterFrame = function()
{
if(Key.isDown(13))
{
hsOKButtonInst.onRelease();
}
};